home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / satellit / orbits / av_disk1 / install.bat < prev    next >
DOS Batch File  |  1993-03-14  |  419b  |  24 lines

  1. @if NOT x%2==x goto PROCEED
  2. @echo You must specify both the source and destination drives, e.g.,
  3. @echo.
  4. @echo      install a: c:
  5. @goto ABORT
  6. :PROCEED
  7. @echo Initiating Install Program
  8. @echo.
  9. @%1
  10. @g-test
  11. @cls
  12. @%2
  13. @%1pkunzip -d %1aptrvw3f
  14. @%1pkunzip -d %1orb-data
  15. @%1pkunzip -d %1raw-conv
  16. @cd \apt-rvw
  17. @md images
  18. @echo.
  19. @echo Insert DATA diskette in %1
  20. @pause
  21. @copy %1*.rs* images
  22. @aptrvw3f
  23. :ABORT
  24.